From 15854f65500bf48da143641c068ca74f1108e858 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 29 Aug 2006 14:04:05 +0000 Subject: [PATCH] Allow out-of-tree Windows builds. --- gpsbabel/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 59a4e8500..e52bcc4d5 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -110,8 +110,8 @@ globals.o: jeeps/gpslibusb.o: $(CC) @CPPFLAGS@ -c $(GBCFLAGS) @USB_CFLAGS@ @srcdir@/jeeps/gpslibusb.c $(OUTPUT_SWITCH)$@ -fileinfo.o: win32/gpsbabel.rc - $(RC) -o fileinfo.o win32/gpsbabel.rc +fileinfo.o: @srcdir@/win32/gpsbabel.rc + $(RC) -o fileinfo.o @srcdir@/win32/gpsbabel.rc clean: rm -f $(OBJS) gpsbabel gpsbabel.exe -- 2.30.2